home *** CD-ROM | disk | FTP | other *** search
/ Champak 61 / Volume 61 - JOGO DISK .iso / Games / hello_kitty.swf / scripts / DefineButton2_331 / BUTTONCONDACTION on(release).as
Text File  |  2008-03-13  |  135b  |  12 lines

  1. on(release){
  2.    if(optin1 == "0")
  3.    {
  4.       optin1 = "1";
  5.    }
  6.    else
  7.    {
  8.       optin1 = "0";
  9.    }
  10.    opt.nextFrame();
  11. }
  12.